.show-s{
	display: none!important;
}
.m-nav{
	display: none;
}
.swiper-top .swiper-slide img:nth-child(2){
	display: none;
}
@media screen and (max-width: 800px) {
	.swiper-top .swiper-slide img:nth-child(2){
		display: block;
	}
	.swiper-top .swiper-slide img:nth-child(1){
		display: none;
	}
	
	.show-s{
		display: block!important;
	}
	.hidden-s{
		display: none!important;
	}
	.container{
		padding: 0!important;
	}
	body,html{
		font-size: 12px;
	}
	header{
		padding: 1rem;
		box-shadow: 0 0 4px rgba(0,0,0,.25);
	}
	.logo img{
		height: 4.2rem;
	}
	.top-icons{
		margin-left: 1.5rem;
	}
	.top-icons .iconfont{
		color: #3071BF;
		font-size: 2.8rem;
	}
	.m-nav{
		display: none;
		width: 100%;
		background-color: #3071BF;
		color: #fff;
	}
	.m-nav li{
		border-bottom: 1px solid rgba(255,255,255,.2);
		line-height: 3.5rem;
		padding-left: 1rem;
		padding-right: 3rem;
		position: relative;
	}
	.m-nav li>a{
		display: block;
		font-size: 14px;
		font-weight: 900;
	}
	.m-nav li>.iconfont{
		color: #fff;
		position: absolute;
		top: 0rem;
		right: 1rem;
		font-size: 2rem;
	}
	.m-nav .m-menu2{
		display: none;
	}
	.m-nav .m-menu2 p{
		font-size: 12px;
		padding-left: 1rem;
		line-height: 2.6rem;
	}
	/*主页*/
	.label-list ul li{
		padding: 0 1px;
		text-align: center;
	}
	/*page*/
	.page-left{
		display: none;
	}
	.page-main{
		padding:1rem;
	}
	.page-position .page-title{
		background-color: #3071BF;
		text-align: center;
	}
	.bar{
		justify-content: flex-start;
	}
	
	/*手机悬浮*/
	body{
		padding-bottom: 60px;
	}
	.fixed-icon{
		top: inherit;
		bottom: 0;
		left: 0;
		width: 100vw;
		height: 60px;
	}
	.fixed-list{
		flex-direction: row;
		height: 100%;
	}
	.fixed-list>div{
		border-radius: 0;
		width: 25%;
		height: 100%;
		background-color: #3071BF!important;
		justify-content: center;
		align-items: center;
		border-right: 1px solid rgba(255,255,255,.4);
		padding-left: 0;
	}
	.fixed-phone:hover{
		left: 0;
	}
	.fixed-list>div>a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.fixed-list>div .iconfont{
		margin: 0;
	}
}